home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / python-qt3 / README < prev    next >
Text File  |  2007-12-06  |  2KB  |  65 lines

  1.                     PyQt - Python Bindings for the Qt Toolkit
  2.  
  3.  
  4. INTRODUCTION
  5.  
  6. These are the Python bindings for Qt.  You must also have the SIP Python
  7. bindings generator installed.
  8.  
  9. The homepage is http://www.riverbankcomputing.co.uk/pyqt/.
  10.  
  11. The homepage of SIP is http://www.riverbankcomputing.co.uk/sip/.
  12.  
  13.  
  14. COMMERCIAL VERSION
  15.  
  16. If you have the Commercial version of PyQt then you should also have a
  17. license file that you downloaded separately.  The license file must be copied
  18. to the "sip" directory before starting to build PyQt.
  19.  
  20.  
  21. INSTALLATION
  22.  
  23. Check for any other README files in this directory that relate to your
  24. particular platform.  Feel free to contribute a README for your platform or to
  25. provide updates to any existing documentation.
  26.  
  27. The first step is to configure PyQt by running the following command.
  28.  
  29.     python configure.py
  30.  
  31. This assumes that the correct Python interpreter is on your path.  Something
  32. like the following may be appropriate on Windows.
  33.  
  34.     c:\python23\python configure.py
  35.  
  36. If you have multiple versions of Python installed then make sure you use the
  37. interpreter for which you wish to generate bindings for.
  38.  
  39. The configure.py script takes many options.  Use the "-h" command line option
  40. to display a full list of the available options.
  41.  
  42. The next step is to build PyQt using your platform's make command.
  43.  
  44.     make
  45.  
  46. The final step is to install PyQt by running the following command.  (Depending
  47. on your system you may require root or administrator privileges.)
  48.  
  49.     make install
  50.  
  51.  
  52. THE REST OF THE DISTRIBUTION
  53.  
  54. The "examples2" and "examples3" directories contain some examples (for Qt v2.x
  55. and Qt v3.x respectively) of Python scripts, including versions of the standard
  56. Qt tutorials and examples.
  57.  
  58. The "doc" directory contains SGML and HTML documentation for the bindings.
  59. This documentation includes a section describing the differences visible to
  60. the Python programmer between this and the previous version - please read it.
  61.  
  62.  
  63. Phil Thompson
  64. phil@riverbankcomputing.co.uk
  65.